home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / hard / drivr / LCD_102.lha / io08dev.lha / IO_Library / doc / io.doc
Text File  |  1995-02-25  |  17KB  |  842 lines

  1. TABLE OF CONTENTS
  2.  
  3. io.library/io_AllocExtParPort
  4. io.library/io_AllocExtSerPort
  5. io.library/io_AllocJoyPort
  6. io.library/io_AllocParPort
  7. io.library/io_AllocSerPort
  8. io.library/io_FreeExtParPort
  9. io.library/io_FreeExtSerPort
  10. io.library/io_FreeParPort
  11. io.library/io_FreeSerPort
  12. io.library/io_ReadExtParA
  13. io.library/io_ReadJoy1A
  14. io.library/io_ReadJoy2A
  15. io.library/io_ReadParA
  16. io.library/io_SetExtParDir
  17. io.library/io_SetExtParDirA
  18. io.library/io_SetJoy1Dir
  19. io.library/io_SetJoy1DirA
  20. io.library/io_SetJoy2Dir
  21. io.library/io_SetJoy2DirA
  22. io.library/io_SetParDir
  23. io.library/io_SetParDirA
  24. io.library/io_WriteExtParA
  25. io.library/io_WriteJoy1A
  26. io.library/io_WriteJoy2A
  27. io.library/io_WriteParA
  28. io.library/io_AllocExtParPort                   io.library/io_AllocExtParPort
  29.  
  30.     NAME
  31.         io_AllocExtParPort -- Allocate extra (Busy, Pout, Sel)
  32.                               parallel bits for use with 
  33.                               io.library.
  34.  
  35.     SYNOPSIS
  36.         result = io_AllocExtParPort()    
  37.  
  38.  
  39.         int io_AllocExtParPort( void );
  40.  
  41.     FUNCTION
  42.         Reserve the use of the parallel bits (POUT, SEL, BUSY) to
  43.         io.library.
  44.  
  45.     INPUTS
  46.         none
  47.  
  48.     RESULT
  49.         result - NULL for success, -1 for error while opening misc.resource,
  50.                  -2 for error while opening ciaa.resource or ciab.resource
  51.                  -3 for Busy, Pout, Sel parallel bits already in use.
  52.  
  53.     BUGS
  54.         none known
  55.  
  56.    NOTES
  57.         none
  58.  
  59.     SEE ALSO
  60.         io.library/io_AllocParPort()
  61.  
  62. io.library/io_AllocExtSerPort                   io.library/io_AllocExtSerPort
  63.  
  64.     NAME
  65.         io_AllocExSerPort -- Allocate extra (DTR, CTS, etc)
  66.                               serial bits for use with 
  67.                               io.library.
  68.  
  69.     SYNOPSIS
  70.         result = io_AllocExtSerPort()    
  71.  
  72.  
  73.         int io_AllocExtSerPort( void );
  74.  
  75.     FUNCTION
  76.         Reserve the use of the serial bits to
  77.         io.library (see resources/misc.h ).
  78.  
  79.     INPUTS
  80.         none
  81.  
  82.     RESULT
  83.         result - NULL for success, -1 for error while opening misc.resource,
  84.                  -2 for error while opening ciaa.resource or ciab.resource
  85.                  -3 for serial bits already in use.
  86.  
  87.     BUGS
  88.         none known
  89.  
  90.    NOTES
  91.         none
  92.  
  93.     SEE ALSO
  94.         io.library/io_AllocSerPort()
  95.  
  96. io.library/io_AllocJoyPort                         io.library/io_AllocJoyPort
  97.  
  98.     NAME
  99.         io_AllocJoyport -- Allocate JoyPort bits for use with io.library.
  100.  
  101.     SYNOPSIS
  102.         result io_AllocJoyPort()
  103.          D0
  104.  
  105.         int io_AllocJoyPort( void );
  106.  
  107.  
  108.     INPUTS
  109.         none
  110.  
  111.  
  112.     FUNCTION
  113.         Reserve the use of JoyPort2 (pin: 5, 6, 9) to io.library.
  114.  
  115.     
  116.     RESULT
  117.         NULL for success, -1 for error while opening potgo.resource,
  118.         -2 for error while opening ciaa.resource or ciab.resource.
  119.  
  120.  
  121.     BUGS
  122.         none known
  123.  
  124.     NOTES
  125.  
  126.         none
  127.  
  128.     SEE ALSO
  129.         
  130.  
  131. io.library/io_AllocParPort                         io.library/io_AllocParPort
  132.  
  133.     NAME
  134.         io_AllocParPort -- Allocate parallel bits for use with 
  135.                            io.library.
  136.  
  137.     SYNOPSIS
  138.         result = io_AllocParPort()    
  139.  
  140.  
  141.         int io_AllocParPort( void );
  142.  
  143.     FUNCTION
  144.         Reserve the use of the parallel bits (D0-D7) to
  145.         io.library.
  146.  
  147.     INPUTS
  148.         none
  149.  
  150.     RESULT
  151.         result - NULL for success, -1 for error while opening misc.resource,
  152.                  -2 for error while opening ciaa.resource or ciab.resource
  153.                  -3 for D0-D7 parallel bits already in use.
  154.  
  155.     BUGS
  156.         none known
  157.  
  158.    NOTES
  159.         none
  160.  
  161.     SEE ALSO
  162.         io.library/io_AllocExtParPort()
  163.  
  164. io.library/io_AllocSerPort                         io.library/io_AllocSerPort
  165.  
  166.     NAME
  167.         io_AllocSerPort -- Allocate serial bits for use with 
  168.                            io.library.
  169.  
  170.     SYNOPSIS
  171.         result = io_AllocSerPort()    
  172.  
  173.  
  174.         int io_AllocSerPort( void );
  175.  
  176.     FUNCTION
  177.         Reserve the use of the serial bits to
  178.         io.library.
  179.  
  180.     INPUTS
  181.         none
  182.  
  183.     RESULT
  184.         result - NULL for success, -1 for error while opening misc.resource,
  185.                  -2 for error while opening ciaa.resource or ciab.resource
  186.                  -3 for serial bits already in use.
  187.  
  188.     BUGS
  189.         none known
  190.  
  191.    NOTES
  192.         none
  193.  
  194.     SEE ALSO
  195.         io.library/io_AllocExtSerPort()
  196.  
  197. io.library/io_FreeExtParPort                     io.library/io_FreeExtParPort
  198.  
  199.     NAME
  200.         io_FreeExtParPort -- Free parallel bits allocated by
  201.                              io_AllocExtParPort().
  202.  
  203.     SYNOPSIS
  204.         io_FreeExtParPort()    
  205.  
  206.  
  207.         void io_FreeExtParPort( void );
  208.  
  209.     FUNCTION
  210.         Free parallel bits (POUT, SEL, BUSY) allocated
  211.         by io_AllocExtParPort().
  212.  
  213.     INPUTS
  214.         none
  215.  
  216.     RESULT
  217.         none
  218.  
  219.     BUGS
  220.         none known
  221.  
  222.    NOTES
  223.         none
  224.  
  225.     SEE ALSO
  226.         io.library/io_AllocExtParPort()
  227.  
  228. io.library/io_FreeExtSerPort                     io.library/io_FreeExtSerPort
  229.  
  230.     NAME
  231.         io_FreeExtSerPort -- Free serial bits allocated by
  232.                              io_AllocExtSerPort().
  233.  
  234.     SYNOPSIS
  235.         io_FreeExtSerPort()    
  236.  
  237.  
  238.         void io_FreeExtSerPort( void );
  239.  
  240.     FUNCTION
  241.         Free serial bits ([...]) allocated
  242.         by io_AllocExtSerPort().
  243.  
  244.     INPUTS
  245.         none
  246.  
  247.     RESULT
  248.         none
  249.  
  250.     BUGS
  251.         none known
  252.  
  253.    NOTES
  254.         none
  255.  
  256.     SEE ALSO
  257.         io.library/io_AllocExtSerPort()
  258.  
  259. io.library/io_FreeParPort                           io.library/io_FreeParPort
  260.  
  261.     NAME
  262.         io_FreeParPort -- Free parallel bits allocated by
  263.                           io_AllocParPort().
  264.  
  265.     SYNOPSIS
  266.         io_FreeParPort()    
  267.  
  268.  
  269.         void io_FreeParPort( void );
  270.  
  271.     FUNCTION
  272.         Free parallel bits (D0-D7) allocated
  273.         by io_AllocParPort().
  274.  
  275.     INPUTS
  276.         none
  277.  
  278.     RESULT
  279.         none
  280.  
  281.     BUGS
  282.         none known
  283.  
  284.    NOTES
  285.         none
  286.  
  287.     SEE ALSO
  288.         io.library/io_AllocParPort()
  289.  
  290. io.library/io_FreeSerPort                           io.library/io_FreeSerPort
  291.  
  292.     NAME
  293.         io_FreeSerPort -- Free serial bits allocated by
  294.                           io_AllocSerPort().
  295.  
  296.     SYNOPSIS
  297.         io_FreeSerPort()    
  298.  
  299.  
  300.         void io_FreeSerPort( void );
  301.  
  302.     FUNCTION
  303.         Free serial bits ([...]) allocated
  304.         by io_AllocSerPort().
  305.  
  306.     INPUTS
  307.         none
  308.  
  309.     RESULT
  310.         none
  311.  
  312.     BUGS
  313.         none known
  314.  
  315.    NOTES
  316.         none
  317.  
  318.     SEE ALSO
  319.         io.library/io_AllocSerPort()
  320.  
  321. io.library/io_ReadExtParA                           io.library/io_ReadExtParA
  322.  
  323.     NAME
  324.         io_ReadExtParA -- Read the logic state for parallel bits 
  325.                              (BUSY, POUT, SEL).
  326.  
  327.     SYNOPSIS
  328.         void io_ReadExtParA(pin)
  329.                             D0  
  330.  
  331.         void io_ReadExtParA(int);
  332.                             
  333.  
  334.     INPUTS
  335.         pin - Number of the pin (0 for BUSY, 1 for POUT, 2 for SEL)
  336.  
  337.  
  338.     FUNCTION
  339.         Read the logic state for parallel bits.
  340.         BUSY is pin 11, POUT is pin 12, SEL is pin 13.
  341.  
  342.     RESULT
  343.         none
  344.  
  345.     BUGS
  346.         none known
  347.  
  348.     NOTES
  349.         none
  350.  
  351.     SEE ALSO
  352.         io.library/io_SetExtParDirA()
  353.  
  354. io.library/io_ReadJoy1A                               io.library/io_ReadJoy1A
  355.  
  356.     NAME
  357.         io_ReadJoy1A -- Read the logic state for Joyport 1.
  358.  
  359.     SYNOPSIS
  360.         void io_ReadJoy1A(pin)
  361.                            D0
  362.  
  363.         void io_ReadJoy1A(int);
  364.  
  365.  
  366.     INPUTS
  367.         pin - Number of the pin (0 for pin 9, 1 for pin 5, 2 for pin 6)
  368.  
  369.     FUNCTION
  370.         Read the logic state of Joyport 1 Input/Output bits (pin 5,6,9).
  371.     
  372.     RESULT
  373.         none
  374.  
  375.     BUGS
  376.         none
  377.  
  378.     NOTES
  379.         none
  380.  
  381.     SEE ALSO
  382.         io.library/io_SetJoy1DirA(), io.library/io_WriteJoy1A()
  383.  
  384. io.library/io_ReadJoy2A                               io.library/io_ReadJoy2A
  385.  
  386.     NAME
  387.         io_ReadJoy2A -- Read the logic state for Joyport 2.
  388.  
  389.     SYNOPSIS
  390.         void io_ReadJoy2A(pin)
  391.                           D0
  392.  
  393.         void io_ReadJoy2A(int);
  394.  
  395.  
  396.     INPUTS
  397.         pin - Number of the pin (0 for pin 9, 1 for pin 5, 2 for pin 6)
  398.  
  399.  
  400.     FUNCTION
  401.         Read the logic state of Joyport 1 Input/Output bits (pin 5,6,9).
  402.     
  403.     RESULT
  404.         none
  405.  
  406.     BUGS
  407.         none known
  408.  
  409.     NOTES
  410.         none
  411.  
  412.     SEE ALSO
  413.         io.library/io_SetJoy2DirA(), io.library/io_WriteJoy2A
  414.  
  415. io.library/io_ReadParA                                 io.library/io_ReadParA
  416.  
  417.     NAME
  418.         io_ReadParA -- Read the logic state for parallel bits (D0-D7) .
  419.  
  420.     SYNOPSIS
  421.         void io_SetParA(pin)
  422.                         D0    
  423.  
  424.         void io_SetParA(int);
  425.  
  426.  
  427.     INPUTS
  428.         pin - Number of the pin (0 for D0, 1 for D1, ..., 7 for D7)
  429.  
  430.     FUNCTION
  431.         Read the logic state for parallel bits.
  432.         D0 is pin 2, D1 is pin 3, ..., D7 is pin 8.
  433.     
  434.     RESULT
  435.         none
  436.  
  437.     BUGS
  438.         none known
  439.  
  440.     NOTES
  441.         none
  442.  
  443.     SEE ALSO
  444.         io.library/io_SetParDirA()
  445.  
  446. io.library/io_SetExtParDir                         io.library/io_SetExtParDir
  447.  
  448.     NAME
  449.         io_SetExtParDir -- Set the direction for parallel bits (BUSY, 
  450.                        POUT, SEL).
  451.  
  452.     SYNOPSIS
  453.         void io_SetExtParDir( UBYTE )
  454.                             D0
  455.  
  456.         void io_SetExtParDir( signals );
  457.  
  458.  
  459.     INPUTS
  460.         signals - an UBYTE with the signals to set.
  461.  
  462.     FUNCTION
  463.         Set the direction for parallel bits.
  464.         BUSY is pin 10, POUT is pin 11, SEL is pin 12.
  465.     
  466.     RESULT
  467.         none
  468.  
  469.     BUGS
  470.         none known
  471.  
  472.     NOTES
  473.         none
  474.  
  475.     SEE ALSO
  476.         io.library/io_SetExtParDirA()
  477.  
  478. io.library/io_SetExtParDirA                       io.library/io_SetExtParDirA
  479.  
  480.     NAME
  481.         io_SetExtParDirA -- Set the direction for parallel bits 
  482.                            (BUSY, POUT, SEL).
  483.  
  484.     SYNOPSIS
  485.         void io_SetExtParDirA(pin, dir)
  486.                             D0   D1
  487.  
  488.         void io_SetExtParDirA(int, int);
  489.                             
  490.  
  491.     INPUTS
  492.         pin - Number of the pin (0 for BUSY, 1 for POUT, 2 for SEL)
  493.  
  494.        state - 0 for input, 1 for output        
  495.  
  496.     FUNCTION
  497.         Set the direction for parallel bits.
  498.         BUSY is pin 11, POUT is pin 12, SEL is pin 13.
  499.  
  500.     RESULT
  501.         none
  502.  
  503.     BUGS
  504.         none known
  505.  
  506.     NOTES
  507.         none
  508.  
  509.     SEE ALSO
  510.         io.library/io_SetExtParDir()
  511.  
  512. io.library/io_SetJoy1Dir                             io.library/io_SetJoy1Dir
  513.  
  514.     NAME
  515.         io_SetJoy1ParDir -- Set the direction for Joyport 1. 
  516.  
  517.     SYNOPSIS
  518.         void io_SetJoy1Dir( UBYTE )
  519.                             D0
  520.  
  521.         void io_SetJoy1Dir( signals );
  522.  
  523.  
  524.     INPUTS
  525.         signals - an UBYTE with the signals to set.
  526.  
  527.     FUNCTION
  528.         Set the direction for parallel bits.
  529.         Bit 0 is pin 9, bit 1 is pin 5, bit 2 is pin 6.
  530.     
  531.     RESULT
  532.         none
  533.  
  534.     BUGS
  535.         none known
  536.  
  537.     NOTES
  538.         none
  539.  
  540.     SEE ALSO
  541.         io.library/io_SetJoy1DirA()
  542.  
  543. io.library/io_SetJoy1DirA                           io.library/io_SetJoy1DirA
  544.  
  545.     NAME
  546.         io_SetJoy1DirA -- Set the direction for Joyport 1.
  547.  
  548.     SYNOPSIS
  549.         void io_SetJoy1DirA(pin, dir)
  550.                             D0     D1
  551.  
  552.         void io_SetJoy1DirA(int, int);
  553.  
  554.  
  555.     INPUTS
  556.         pin - Number of the pin (0 for pin 9, 1 for pin 5, 2 for pin 6)
  557.  
  558.        dir - 0 for input, 1 for output        
  559.  
  560.  
  561.     FUNCTION
  562.         Set the direction for Joyport 1 Input/Output bits (pin 5,6,9).
  563.     
  564.     RESULT
  565.         none
  566.  
  567.     BUGS
  568.         none known
  569.  
  570.     NOTES
  571.         none
  572.  
  573.     SEE ALSO
  574.         io.library/io_SetJoy1Dir()
  575.  
  576. io.library/io_SetJoy2Dir                             io.library/io_SetJoy2Dir
  577.  
  578.     NAME
  579.         io_SetJoy2ParDir -- Set the direction for Joyport 2. 
  580.  
  581.     SYNOPSIS
  582.         void io_SetJoy2Dir( UBYTE )
  583.                             D0
  584.  
  585.         void io_SetJoy2Dir( signals );
  586.  
  587.  
  588.     INPUTS
  589.         signals - an UBYTE with the signals to set.
  590.  
  591.     FUNCTION
  592.         Set the direction for parallel bits.
  593.         Bit 0 is pin 9, bit 1 is pin 5, bit 2 is pin 6.
  594.     
  595.     RESULT
  596.         none
  597.  
  598.     BUGS
  599.         none known
  600.  
  601.     NOTES
  602.         none
  603.  
  604.     SEE ALSO
  605.         io.library/io_SetJoy2DirA()
  606.  
  607. io.library/io_SetJoy2DirA                           io.library/io_SetJoy2DirA
  608.  
  609.     NAME
  610.         io_SetJoy2DirA -- Set the direction for Joyport 2.
  611.  
  612.     SYNOPSIS
  613.         void io_SetJoy2DirA(pin, dir)
  614.                             D0     D1
  615.  
  616.         void io_SetJoy2DirA(int, int);
  617.  
  618.  
  619.     INPUTS
  620.         pin - Number of the pin (0 for pin 9, 1 for pin 5, 2 for pin 6)
  621.  
  622.        dir - 0 for input, 1 for output        
  623.  
  624.  
  625.     FUNCTION
  626.         Set the direction for Joyport 1 Input/Output bits (pin 5,6,9).
  627.     
  628.     RESULT
  629.         none
  630.  
  631.     BUGS
  632.         none known
  633.  
  634.     NOTES
  635.         none
  636.  
  637.     SEE ALSO
  638.         io.library/io_SetJoy2Dir()
  639.  
  640. io.library/io_SetParDir                               io.library/io_SetParDir
  641.  
  642.     NAME
  643.         io_SetParDir -- Set the direction for parallel bits (D0-D7) .
  644.  
  645.     SYNOPSIS
  646.         void io_SetParDir( UBYTE )
  647.                             D0
  648.  
  649.         void io_SetParDir( signals );
  650.  
  651.  
  652.     INPUTS
  653.         signals - an UBYTE with the signals to set.
  654.  
  655.     FUNCTION
  656.         Set the direction for parallel bits.
  657.         bit 0 is D0 (pin2), bit 1 is D1 (pin 3), ..., 7 is D7 (pin 9).
  658.     
  659.     RESULT
  660.         none
  661.  
  662.     BUGS
  663.         none known
  664.  
  665.     NOTES
  666.         none
  667.  
  668.     SEE ALSO
  669.         io.library/io_SetParDirA()
  670.  
  671. io.library/io_SetParDirA                             io.library/io_SetParDirA
  672.  
  673.     NAME
  674.         io_SetParDirA -- Set the direction for parallel bits (D0-D7) .
  675.  
  676.     SYNOPSIS
  677.         void io_SetParDirA(pin, dir)
  678.                             D0     D1
  679.  
  680.         void io_SetParDirA(int, int);
  681.  
  682.  
  683.     INPUTS
  684.         pin - Number of the pin (0 for D0, 1 for D1, ..., 7 for D7)
  685.  
  686.        state - 0 for input, 1 for output        
  687.  
  688.  
  689.     FUNCTION
  690.         Set the direction for parallel bits.
  691.         D0 is pin 2, D1 is pin 3, ..., D7 is pin 8.
  692.     
  693.     RESULT
  694.         none
  695.  
  696.     BUGS
  697.         none known
  698.  
  699.     NOTES
  700.         none
  701.  
  702.     SEE ALSO
  703.         io.library/io_SetParDir()
  704.  
  705. io.library/io_WriteExtParA                         io.library/io_WriteExtParA
  706.  
  707.     NAME
  708.         io_WriteExtParA -- Set the logic state for parallel bits 
  709.                              (BUSY, POUT, SEL).
  710.  
  711.     SYNOPSIS
  712.         void io_WriteExtParA(pin, dir)
  713.                             D0   D1
  714.  
  715.         void io_WriteExtParA(int, int);
  716.                             
  717.  
  718.     INPUTS
  719.         pin - Number of the pin (0 for BUSY, 1 for POUT, 2 for SEL)
  720.  
  721.        state - 0 for logic state 0 (0 volts),
  722.                  1 for logic state 1 (5 volts).        
  723.  
  724.     FUNCTION
  725.         Set the logic state for parallel bits.
  726.         BUSY is pin 11, POUT is pin 12, SEL is pin 13.
  727.  
  728.     RESULT
  729.         none
  730.  
  731.     BUGS
  732.         none known
  733.  
  734.     NOTES
  735.         none
  736.  
  737.     SEE ALSO
  738.         io.library/io_WriteExtPar()
  739.  
  740. io.library/io_WriteJoy1A                             io.library/io_WriteJoy1A
  741.  
  742.     NAME
  743.         io_WriteJoy1A -- Set the logic state for Joyport 1.
  744.  
  745.     SYNOPSIS
  746.         void io_WriteJoy1A(pin, state)
  747.                            D0     D1
  748.  
  749.         void io_WriteJoy1A(int, int);
  750.  
  751.  
  752.     INPUTS
  753.         pin - Number of the pin (0 for pin 9, 1 for pin 5, 2 for pin 6)
  754.  
  755.        state - 0 for logic state 0 (0 volts), 
  756.                1 for logic state 1 (5 volts).        
  757.  
  758.  
  759.     FUNCTION
  760.         Set the logic state for Joyport 1 Input/Output bits (pin 5,6,9).
  761.     
  762.     RESULT
  763.         none
  764.  
  765.     BUGS
  766.         none
  767.  
  768.     NOTES
  769.         none
  770.  
  771.     SEE ALSO
  772.         io.library/io_SetJoy1DirA(), io.library/io_ReadJoy1DirA()
  773.  
  774. io.library/io_WriteJoy2A                             io.library/io_WriteJoy2A
  775.  
  776.     NAME
  777.         io_WriteJoy2A -- Set the logic state for Joyport 2.
  778.  
  779.     SYNOPSIS
  780.         void io_WriteJoy2A(pin, state)
  781.                             D0     D1
  782.  
  783.         void io_WriteJoy2A(int, int);
  784.  
  785.  
  786.     INPUTS
  787.         pin - Number of the pin (0 for pin 9, 1 for pin 5, 2 for pin 6)
  788.  
  789.        state - 0 for logic state 0 (0 volts),
  790.                1 for logic state 1 (5 volts).        
  791.  
  792.  
  793.     FUNCTION
  794.         Set the logic state for Joyport 1 Input/Output bits (pin 5,6,9).
  795.     
  796.     RESULT
  797.         none
  798.  
  799.     BUGS
  800.         none known
  801.  
  802.     NOTES
  803.         none
  804.  
  805.     SEE ALSO
  806.         io.library/io_SetJoy2DirA(), io.library/io_ReadJoy2A
  807.  
  808. io.library/io_WriteParA                               io.library/io_WriteParA
  809.  
  810.     NAME
  811.         io_WriteParA -- Set the logic state for parallel bits (D0-D7) .
  812.  
  813.     SYNOPSIS
  814.         void io_SetParA(pin, state)
  815.                             D0     D1
  816.  
  817.         void io_SetParA(int, int);
  818.  
  819.  
  820.     INPUTS
  821.         pin - Number of the pin (0 for D0, 1 for D1, ..., 7 for D7)
  822.  
  823.        state - 0 for logic state 0 (0 volts), 1 for output        
  824.  
  825.  
  826.     FUNCTION
  827.         Set the logic state for parallel bits.
  828.         D0 is pin 2, D1 is pin 3, ..., D7 is pin 8.
  829.     
  830.     RESULT
  831.         none
  832.  
  833.     BUGS
  834.         none known
  835.  
  836.     NOTES
  837.         none
  838.  
  839.     SEE ALSO
  840.         io.library/io_SetParDirA()
  841.  
  842.